home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n02.arc / LZSELECT.ARC / LZSELECT.DOC next >
Text File  |  1991-01-10  |  2KB  |  46 lines

  1. LZSELECT
  2.  
  3.  
  4. Jay Munro                                         January 22, 1990 (Utilities)
  5.  
  6. Purpose:  Constructs and sends LaserJet escape sequences either directly, via
  7. a SETUP2.COM (PC Magazine, May 30, 1989), menu (PMF) file, or via a DOS file
  8. that can be COPYed to the printer from the command line or used in a batch
  9. file.
  10.  
  11. Format:    LZSELECT [/2] [/B] [/F filename]
  12.  
  13. Remarks:   The optional /2 and /B parameters set LZSELECT to use LPT2 for its
  14. own printer output and a black-and-white display for LCD or plasma screens. 
  15. If a <filename> to be opened for construction of a SETUP2 Printer Make File
  16. menu is not supplied initially, using the /F switch, one must be supplied at
  17. the first screen.  A descriptive menu text line of up to 20 characters is then
  18. entered, after which highlighted selections from the LZSELECT menus
  19. automatically build the command escape sequences (up to 100 Esc codes or 255
  20. bytes per line).  These are displayed, in the default ASCII-string (SETUP2)
  21. format at the bottom of the screen.  Prompts are supplied for required
  22. parameters.
  23.  
  24.           F6 toggles between combining command sequences where HPPCL rules
  25. permit and keeping them as individual strings.  A selected command can be
  26. deleted with F7 and inserted with F8.  Alt-F7 clears all current commands for
  27. that menu line, and Ctrl-F7 clears all current commands in the file.  New menu
  28. command lines, up to 100 per file, can be opened with F2.  Files can be saved
  29. in .PMF format with F10; Alt-F10 prompts to save under a new <filename>.  The
  30. selected commands can be converted into regular printer command sequences and
  31. sent directly with F3, or converted and saved as a COPYable DOS file with F9.  
  32.  
  33.           Text or Escape strings not contained in LZSELECT can be manually
  34. entered, in ASCII-string form, using the Enter Text command from the Cursor
  35. and Text menu selection.  F4 and Alt-F4 are used to download softfonts as
  36. permanent and temporary, respectively.  They prompt for a filespect and a Font
  37. ID number (0-32,767) that is also used when that font is selected for use by a
  38. printer command.
  39.  
  40.           A PMF menu prepared by LZSELECT file can be loaded into SETUP2 by
  41. entering:   SETUP2 <filename>
  42.  
  43.         SETUP2 is a memory-resident utility that uses Ctrl-Right Shift for its
  44. hotkey to pop up over a running application.  Like LZSELECT, SETUP2 and its
  45. related files can be downloaded from PC Magnet.
  46.